<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
a {
  color: #343a40;
}

a:hover {
  color: #E60317;
}

.sbanner img {
  max-width: 100%;
}

.lng {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.lng .cn {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-right: 1rem;
}

.lng .cn::before {
  display: inline-flex;
  flex-flow: row nowrap;
  margin-right: 1rem;
  align-items: center;
  content: "";
  width: 24px;
  height: 16px;
  background-image: url(../images/cn.svg);
  background-size: cover;
}

.lng .en {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.lng .en::before {
  display: inline-flex;
  margin-right: 1rem;
  content: "";
  width: 24px;
  height: 16px;
  background-image: url(../images/en.svg);
  background-position: center;
  background-size: cover;
}

.rm ul {
  display: flex;
  flex-flow: row nowrap;
}

.rm ul li {
  display: flex;
  flex: 1;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-right: 1px solid #dee2e6;
}

.rm ul li:last-child {
  border-right: 0;
}

.nav {
  border-bottom: 1px dashed #dee2e6;
}

.nav .title {
  margin-bottom: -5px;
  padding: 0 0px 5px 0px;
  border-bottom: 3px solid #dee2e6;
  margin-left: 15px;
  font-size: 1.125rem;
}

.view li .thumbs {
  border: 1px solid #dee2e6;
  padding: 15px;
}

.rowstitle-2 .RowsTitle h3 .en {
  font-size: 16px;
  margin-top: 10px;
}

.More {
  text-align: center;
}

.More a {
  display: inline-flex;
  padding: 10px 30px;
  background-color: #E60317;
  color: white;
}

.bg-fst .More a {
  background-color: white;
  color: #2354ba;
}

.bg-fst .Margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

body {
  position: relative;
}

sider {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
}

sider .sticky {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
}

sider .sticky .RowsTitle {
  display: none;
  padding-bottom: 5rem !important;
  position: relative;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

sider .sticky .RowsTitle * {
  color: white !important;
}

sider .sticky .RowsTitle::after {
  position: absolute;
  display: flex;
  flex: 1;
  content: "";
  height: 5px;
  width: 50px;
  background-color: #E60317;
  left: 50%;
  transform: translate(-50%);
  bottom: 3.5rem;
}

sider .sticky .Content {
  padding-bottom: 5rem;
}

sider .sticky .Content ul {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
}

sider .sticky .Content ul li {
  display: flex;
  flex: 1;
  flex-basis: 50% !important;
  padding: 5px;
  background-color: rgba(35, 84, 186, 0.5);
  background-clip: content-box;
}

sider .sticky .Content ul li a {
  display: flex;
  flex: 1;
  white-space: nowrap;
  justify-content: center;
}

sider .sticky .Content ul li a:hover, sider .sticky .Content ul li a.sela {
  color: white;
  background: #2354ba;
}

sider .sticky.ismobile {
  display: flex;
  flex: 1;
  position: fixed !important;
  background-color: #2354ba;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 10000;
  padding-top: 100px;
}

sider .sticky.ismobile::after {
  display: flex;
  background: rgba(35, 84, 186, 0.8);
  position: absolute;
  content: "右滑弹出子菜单";
  color: white;
  height: 200px;
  left: 100%;
  top: calc(50% - 100px);
  z-index: 10000;
  writing-mode: vertical-rl;
  text-orientation: upright;
  justify-content: center;
  align-items: center;
  padding-right: 2px;
}

sider .sticky.ismobile.hide-after::after {
  display: none;
}

sider .sticky.ismobile * {
  color: white !important;
}

sider .sticky.ismobile .RowsTitle {
  display: flex;
}

sider .sticky.ismobile .Content {
  height: calc(100% - 180px);
  overflow-y: auto;
}

sider .sticky.ismobile .Content ul {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  width: 100%;
}

sider .sticky.ismobile .Content ul li {
  display: flex;
  flex: 1;
  justify-content: center;
}

.contact .Margin {
  text-align: center;
}

.news h6 a:hover {
  animation: changecolor 1s;
}

.news .intro {
  height: 60px;
  overflow: hidden;
}

.about .Descript,
.about .intro {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.about .Descript {
  line-height: 1.5em !important;
  margin-top: 1rem !important;
  margin-bottom: 2rem !important;
}

.about .Thumbs {
  width: 100%;
}

.about .Thumbs picture {
  display: flex;
  width: 100%;
  height: 100%;
}

.about .Thumbs picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adv {
  background-image: url(../images/20230725101457.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.adv .row {
  margin: auto -15px;
}

.adv .subject {
  text-align: center;
}

.adv .title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.adv .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: white;
}

.adv .btn {
  border: 2px solid white;
}

.adv .content ul {
  padding: 3rem;
  background: black;
}

.adv .content ul li {
  margin: 1.5rem auto;
}

.adv .content ul li i {
  padding: 1rem;
  font-size: 30px;
  border: 2px solid #6c757d;
  border-radius: 50%;
}

.phonex .Hotline {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  position: relative;
  padding-left: 60px;
  align-content: center;
}

.phonex .Hotline::before {
  position: absolute;
  display: inline-flex;
  align-items: center;
  content: "\f025";
  top: 0;
  left: 0;
  font-size: 5rem;
  line-height: 1em;
  color: #E60317;
}

.phonex .Hotline .dt {
  display: flex;
  flex: 1;
  color: #6c757d;
  line-height: 1.2em;
}

.phonex .Hotline .dt a {
  color: #6c757d;
}

.phonex .Hotline .dd {
  font-size: 3rem;
  color: #E60317;
  line-height: 1em;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.border-1 {
  border-color: #dee2e6 !important;
}

.menu Menu ul li ul {
  padding-bottom: 2rem;
  z-index: 10000;
}

.menu Menu ul li ul li a {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 1.4rem !important;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0.8);
}

.menu Menu ul li ul li a:hover {
  color: white;
}

.menu Menu ul li ul li:last-child a {
  background-image: none;
}

.border-bottom .Address .dd,
.border-bottom .Address .dt,
.border-bottom .Mail .dd,
.border-bottom .Mail .dt,
.border-bottom .Tel .dd,
.border-bottom .Tel .dt {
  font-size: 1.4rem !important;
}

.border-bottom .Address::before,
.border-bottom .Mail::before,
.border-bottom .Tel::before {
  color: #2354ba !important;
}

#TabStrip .TabTitle a {
  font-size: 1.6rem !important;
}

.product #TabStrip .TabNavTitle {
  display: flex;
  flex: 1;
  flex-flow: row wrap !important;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 3rem;
}

.product #TabStrip .TabNavTitle .TabTitle {
  display: flex;
  flex: 1;
  flex-basis: calc(50% - 5rem);
  margin: .5rem 1rem;
  background: rgba(35, 84, 186, 0.8);
}

.product #TabStrip .TabNavTitle .TabTitle:hover {
  background: #E60317;
}

.product #TabStrip .TabNavTitle .TabTitle a {
  display: flex;
  flex: 1;
  white-space: nowrap;
  color: white;
  line-height: 3em;
  padding: 0 3rem;
  justify-content: center;
}

.product #TabStrip #ProductView ul {
  display: flex;
  flex: 1;
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.product #TabStrip #ProductView ul .thumbs a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ProductDetail .Title {
  text-align: center;
  padding-bottom: 2rem;
}

#ProductDetail h5 {
  padding: 1rem 2rem;
  background-color: #f8f9fa;
  font-size: 1.6rem !important;
  margin-bottom: 2rem;
}

.py-xs-5 {
  padding-top: 4rem !important;
  padding-bottom: 2rem !important;
}

.py-xs-5 .wechat {
  margin-top: 3rem;
}

.py-xs-5 .left {
  text-align: center;
}

@media (min-width: 576px) {
  .about .Descript,
.about .intro {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .adv .row {
    margin: auto -30px;
  }
  .adv .row ul li .row {
    margin: auto -15px;
  }
  .product #TabStrip .TabNavTitle {
    flex-flow: row wrap !important;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}

@media (min-width: 768px) {
  .adv .content ul {
    display: flex;
    flex: 1;
    flex-flow: row wrap;
  }
  .adv .content ul li {
    margin: 1rem auto;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product #TabStrip .TabNavTitle .TabTitle {
    display: flex;
    flex: 1;
    flex-basis: calc(33.3% - 5rem);
  }
}

@media (min-width: 992px) {
  .logo img {
    max-width: 700px !important;
  }
  .adv {
    background-image: linear-gradient(to right, rgba(35, 84, 186, 0.7) 42%, transparent 0%), url(../images/20230725101457.jpg);
  }
  .adv .subject {
    text-align: left;
    padding-right: 50px;
  }
  .adv .title::after {
    left: 0 !important;
    transform: translateX(0) !important;
  }
  .adv .content {
    padding-left: 50px;
  }
  .product #TabStrip .TabNavTitle .TabTitle {
    display: flex;
    flex: 1;
    flex-basis: auto;
  }
  sider .RowsTitle {
    display: flex !important;
    background-color: #2354ba;
    padding-top: 8rem;
  }
  sider .Content ul {
    flex-flow: column wrap !important;
    background-image: linear-gradient(to bottom, #2354ba 30px, #adb5bd 30px) !important;
  }
  sider .Content ul li {
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
  }
  sider .Content ul li a {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1.5rem;
  }
  sider .Content ul li:last-child {
    border-bottom: 0 !important;
  }
  .about .Content &gt; div {
    margin-left: 0 !important;
  }
  .about .Content .Title {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  .body #ProductView ul li {
    flex-basis: 33.3%;
  }
  .body #ProductView ul li .thumbs a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bottom {
    background: url(features.png) no-repeat #2354ba center;
  }
  .bottom .menu {
    padding-bottom: 10px;
    border-bottom: 1px dotted #6c757d;
  }
  .bottom .border-bottom {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.6) !important;
  }
  .bottom .left {
    display: flex;
    flex: 1;
    justify-content: left;
  }
  .bottom .right {
    display: flex;
    flex: 1;
    justify-content: right;
  }
  .miibeian {
    margin-left: .8rem;
    margin-right: .8rem;
  }
  .powerby {
    margin-right: .6rem;
  }
  .py-xs-5 .wechat,
.py-xs-5 .contact .Margin {
    margin-top: 0 !important;
  }
  #ArticleView ul li {
    flex-basis: 33.33%;
  }
  .link .Margin::before {
    content: "LINKS";
    margin-left: 15px;
    margin-right: 20px;
    font-size: 24px;
    color: #2354ba;
    font-family: Georgia, Times, 'Times New Roman', serif;
    line-height: 1em;
  }
}

.MessageTable {
  font-size: 2rem;
  margin-bottom: 5rem;
}

.MessageTable::before {
  font-size: 3rem;
  background: #2354ba;
  color: white;
  padding: .6rem;
  border-radius: 5px;
  margin-right: 2rem;
}

.MessageTable * {
  font-size: 2rem;
}

.MessageTable red {
  color: red;
}
</pre></body></html>